University Life in Udine

Do you want to move to Udine or nearby?

If you have decided to move to Udine or the municipalities in its province, you will find all the information you need here.

Some info about the notebook

In this notebook there will be content designed specifically for users, others for programmers.

This distinction is made explicit by the use of the following icons:


Setup 👨‍💻

We import the necessary libraries for the notebook to correctly work.

Import Data 👨‍💻

We import the necessary data for analysis and representations.

First, we import the shape files.

It follows a simple plot.

We now import the data about the house cost and apartment rents of the municipalities of Udine.

Source: https://www.immobiliare.it/mercato-immobiliare/friuli-venezia-giulia/udine-provincia/

The source is updated to December 2021.

Let's add the data to the GeoDataFrame.

The accounts add up, we can perform a join.

Choropleth 🧍‍♂️

Let's create some visualizations.

Static Maps

We first create simple Choropleth based on the average price of houses and rentals in the province of Udine.

House Sale Prices

House Rent Prices

Interactive Maps

Now let's create an interactive version of the choropleths, facilitating the exploration of the territory.

Setup

House Sale Prices

House Rent Prices

Save Maps

We save the maps as .html, so that they can then be incorporated into other websites.